From: Richard M. Stallman Date: Fri, 23 Jul 1993 07:48:11 +0000 (+0000) Subject: (TEXT_START) [__GNUC__]: Define as 0. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94820 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0aaa80cc1774530e23905ac1a85c5303ff37de08;p=emacs.git (TEXT_START) [__GNUC__]: Define as 0. --- diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 194bcf44367..c541643ded8 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h @@ -167,6 +167,11 @@ NOTE-END */ #define LIBS_DEBUG /usr/lib/end.o #endif +/* Need a TEXT_START. On the HP9000/s300 that is 0. */ +#ifdef __GNUC__ +#define TEXT_START 0 +#endif + /* The symbol FIONREAD is defined, but the feature does not work on the 200/300. */